type github.com/go-faster/errors.state

6 uses

	github.com/go-faster/errors (current package)
		adaptor.go#L28: 		p      = &state{State: s}
		adaptor.go#L128: type state struct {
		adaptor.go#L138: func (s *state) Write(b []byte) (n int, err error) {
		adaptor.go#L176: type printer state
		adaptor.go#L180: 		_, _ = fmt.Fprint((*state)(s), args...)
		adaptor.go#L186: 		_, _ = fmt.Fprintf((*state)(s), format, args...)